Simple DropDown Practice Dropdown / Select Practice Use these dropdowns to practice selecting options (single-select and multi-select) using automation. Tools for Testing (Sorted) Choose a Tool AutoIT Cucumber Docker Selenium Practice locator: #tools or [data-testid='tools-sorted'] Tools for Testing (Not Sorted) Choose a Tool Zelenium Selenium Cucumber TestNG Java Practice selecting by visible text, value, and index. Locator: #tools1 or [data-testid='tools-unsorted'] Multi-Select Dropdown Choose Car(s) Volvo Saab Opel Audi Multi-select tip: Hold Ctrl (Windows) or Cmd (Mac) to select multiple options. Locator: #multiselectcars or [data-testid='cars-multi'] Labels All Dropdown Locators